home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- if not soundBusy(2) then
- suona("tecnico1")
- end if
- if not soundBusy(1) then
- if sprite(60).rect = rect(0, 0, 800, 600) then
- me.mouseDown()
- end if
- end if
- scrollAutomatico(member(the member of sprite 52))
- go(the frame)
- end
-
- on mouseDown me
- global gAllowRollover
- if sprite(60).rect = rect(0, 0, 800, 600) then
- sprite(60).rect = rect(-1, -1, -1, -1)
- repeat with i = 61 to 80
- if (sprite(i).type <> 0) and sprite(i).visible then
- sprite(i).locZ = i
- sprite(i).mZoomActivate("Out")
- end if
- end repeat
- end if
- puppetSound(1, 0)
- gAllowRollover = 1
- end
-